﻿2026-08-03T03:59:55.5329391Z ##[group]Run actions/checkout@v5
2026-08-03T03:59:55.5330157Z with:
2026-08-03T03:59:55.5330657Z   repository: BigscreenVR/spt-bs-core
2026-08-03T03:59:55.5335800Z   token: ***
2026-08-03T03:59:55.5336265Z   ssh-strict: true
2026-08-03T03:59:55.5336751Z   ssh-user: git
2026-08-03T03:59:55.5337216Z   persist-credentials: true
2026-08-03T03:59:55.5337709Z   clean: true
2026-08-03T03:59:55.5338190Z   sparse-checkout-cone-mode: true
2026-08-03T03:59:55.5338729Z   fetch-depth: 1
2026-08-03T03:59:55.5339167Z   fetch-tags: false
2026-08-03T03:59:55.5339635Z   show-progress: true
2026-08-03T03:59:55.5340160Z   lfs: false
2026-08-03T03:59:55.5340602Z   submodules: false
2026-08-03T03:59:55.5341068Z   set-safe-directory: true
2026-08-03T03:59:55.5341583Z   allow-unsafe-pr-checkout: false
2026-08-03T03:59:55.5342158Z ##[endgroup]
2026-08-03T03:59:55.9755292Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T03:59:55.9756706Z ##[group]Getting Git version info
2026-08-03T03:59:55.9757271Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-03T03:59:55.9963240Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-03T03:59:56.0729032Z git version 2.43.0.windows.1
2026-08-03T03:59:56.0769894Z ##[endgroup]
2026-08-03T03:59:56.0779539Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\a5ab428c-1a96-4a53-8094-9f9ee64049cb\.gitconfig'
2026-08-03T03:59:56.0795589Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a5ab428c-1a96-4a53-8094-9f9ee64049cb' before making global git config changes
2026-08-03T03:59:56.0796949Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:59:56.0802116Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-03T03:59:56.1118283Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-03T03:59:56.1353144Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:59:56.1378039Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T03:59:56.1382666Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T03:59:56.1632504Z refs/heads/golden/ir15
2026-08-03T03:59:56.1662849Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-03T03:59:56.2284273Z HEAD is now at a5042ec74 fix(test): poll the process we pinned, not the number it happens to hold
2026-08-03T03:59:56.5097330Z ##[endgroup]
2026-08-03T03:59:56.5102060Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-03T03:59:57.5176054Z ##[group]Cleaning the repository
2026-08-03T03:59:57.5182581Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-03T04:00:06.1042095Z Removing bench-ledger/
2026-08-03T04:00:06.1042573Z Removing target/
2026-08-03T04:00:06.1077935Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-03T04:00:06.2696804Z HEAD is now at a5042ec74 fix(test): poll the process we pinned, not the number it happens to hold
2026-08-03T04:00:06.2721858Z ##[endgroup]
2026-08-03T04:00:06.2726048Z ##[group]Disabling automatic garbage collection
2026-08-03T04:00:06.2731160Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-03T04:00:06.3004187Z ##[endgroup]
2026-08-03T04:00:06.3004843Z ##[group]Setting up auth
2026-08-03T04:00:06.3013450Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-03T04:00:06.3355323Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-03T04:00:07.0881754Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T04:00:07.1136334Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-03T04:00:07.7833904Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T04:00:07.8916849Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-03T04:00:08.5595193Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-03T04:00:08.5940605Z ##[endgroup]
2026-08-03T04:00:08.5941198Z ##[group]Fetching the repository
2026-08-03T04:00:08.5950475Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a5042ec7440159a931217ae3c11be156a7675bf6:refs/remotes/origin/golden/ir15
2026-08-03T04:00:09.5116743Z ##[endgroup]
2026-08-03T04:00:09.5117274Z ##[group]Determining the checkout info
2026-08-03T04:00:09.5117899Z ##[endgroup]
2026-08-03T04:00:09.5123252Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-03T04:00:09.5414209Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-03T04:00:09.5665937Z ##[group]Checking out the ref
2026-08-03T04:00:09.5670653Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/ir15 refs/remotes/origin/golden/ir15
2026-08-03T04:00:09.7054902Z branch 'golden/ir15' set up to track 'origin/golden/ir15'.
2026-08-03T04:00:09.7056078Z Your branch is up to date with 'origin/golden/ir15'.
2026-08-03T04:00:09.7056562Z Switched to and reset branch 'golden/ir15'
2026-08-03T04:00:09.7093230Z ##[endgroup]
2026-08-03T04:00:09.7463297Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-03T04:00:09.7725175Z a5042ec7440159a931217ae3c11be156a7675bf6
